Appliance Health Database Info
Appliance Health Database Info
The Appliance Health Database Info schema contains information about the health of the the database.
This schema was added in vSphere API 7.0.0.1.
JSON Example
{
"status": "string",
"messages": [
{
"severity": "string",
"message": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
}
]
}
string
status
Required
Database health status
For more information see: Appliance Health Database Info Status.
This property was added in vSphere API 7.0.0.1.
array of
Appliance Health Database Message
messages
Required
Messages describing any issues with the database, along with their severity.
This property was added in vSphere API 7.0.0.1.